home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Explorer.app / English.lproj / Explorer.nib / data.classes next >
Text File  |  1995-04-03  |  2KB  |  57 lines

  1. SDOrderedStringsTable = {
  2.     ACTIONS = {
  3.     "readFromFile:" = "readFromFile:"; 
  4.     "valueForStringKey:" = "valueForStringKey:"; 
  5.     "writeToFile:" = "writeToFile:"; 
  6.     }; 
  7.     OUTLETS = {list = list; }; 
  8.     SUPERCLASS = Object; 
  9. };
  10. ExplorerAppDelegate = {
  11.     ACTIONS = {
  12.     "backTrack:" = "backTrack:"; 
  13.     "changeFileOrDirectory:" = "changeFileOrDirectory:"; 
  14.     "goIndex:" = "goIndex:"; 
  15.     "loadATopic:" = "loadATopic:"; 
  16.     "loadFirst:" = "loadFirst:"; 
  17.     "orderFrontInfoPanel:" = "orderFrontInfoPanel:"; 
  18.     "writeFile:" = "writeFile:"; 
  19.     }; 
  20.     OUTLETS = {
  21.     dataWell = dataWell; 
  22.     fileDirectoryMatrix = fileDirectoryMatrix; 
  23.     text = text; 
  24.     topicBrowser = topicBrowser; 
  25.     window = window; 
  26.     }; 
  27.     SUPERCLASS = Responder; 
  28. };
  29. ExploreDataWell = {SUPERCLASS = SDDataWell; };
  30. SDValuePair = {
  31.     ACTIONS = {"isEqual:" = "isEqual:"; }; 
  32.     OUTLETS = {key = key; value = value; }; 
  33.     SUPERCLASS = Object; 
  34. };
  35. NXHelpPanel = {
  36.     ACTIONS = {
  37.     "print:" = "print:"; 
  38.     "printPanel:" = "printPanel:"; 
  39.     "splitView:" = "splitView:"; 
  40.     "splitViewDidResizeSubviews:" = "splitViewDidResizeSubviews:"; 
  41.     "textDidGetKeys:" = "textDidGetKeys:"; 
  42.     "windowDidMove:" = "windowDidMove:"; 
  43.     "windowWillResize:" = "windowWillResize:"; 
  44.     }; 
  45.     OUTLETS = {}; 
  46.     SUPERCLASS = Panel; 
  47. };
  48. SDDataWell = {
  49.     ACTIONS = {"advanceState:" = "advanceState:"; }; 
  50.     OUTLETS = {imageList = imageList; master = master; }; 
  51.     SUPERCLASS = Control; 
  52. };
  53. LinkWindow = {ACTIONS = {"myAction:" = "myAction:"; }; OUTLETS = {}; SUPERCLASS = Window; };
  54. EXDataWell = {ACTIONS = {}; OUTLETS = {delegate = delegate; }; SUPERCLASS = Control; };
  55. NXHelpText = {SUPERCLASS = Text; };
  56. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  57.